home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / vbgetdec.zip / README.DOC < prev   
Text File  |  1991-09-18  |  3KB  |  82 lines

  1.                    README.DOC for MicroHelp's GetDec Utility
  2.  
  3. Contents of .ZIP File
  4. ---------------------
  5.  
  6.     GETDEC .EXE      Executable GetDec program
  7.     GETDEC .HLP      Online help file for GetDec
  8.     README .DOC      This file
  9.  
  10. Other Required Files
  11. --------------------
  12.  
  13.     VBRUN100.DLL    Runtime DLL for Visual Basic
  14.     MUSCLE.VBX      Runtime library for MicroHelp Muscle
  15.     COMMDLG.DLL     DLL used in conjunction with MicroHelp Muscle
  16.     
  17. If you don't already have these files, you can obtain them from 
  18. CompuServe or MicroHelp's BBS:
  19.  
  20.     CompuServe:
  21.       GO MSBASIC after 9/17/91
  22.       VBRUN.ZIP is in the VB library
  23.       VBMRT.EXE is in DL1 or the VB library
  24.  
  25.     MicroHelp's BUG BBS:
  26.       (404) 552-0567   (9600 baud dual standard)
  27.       (404) 594-9625   (300-2400 baud)
  28.       After registering on the BBS, download VBRUN.ZIP and VBMRT.EXE
  29.  
  30. GetDec General Information
  31. --------------------------
  32.  
  33. When you have unused DLL declarations in a program, the .EXE file
  34. created by Visual Basic is larger than it needs to be. This 
  35. happens because VB doesn't check to see if you've actually
  36. used each declared procedure in your program.
  37.  
  38. The GetDec Utility is used to create a file containing
  39. DLL procedure declarations, Type..End Type definitions,
  40. and Global Const declarations. Once you've created the
  41. file, you can remove all the declarations in your program
  42. and paste this new file into your global module.
  43.  
  44. In order for GetDec to successfully process a project, you must
  45. save your code as Text, using the Alt-C-S menu in Visual Basic.
  46. Because of another quirk in Visual Basic, if you then reload your
  47. code (as Text, using Alt-C-L) and immediately save the project,
  48. you will find a *further* reduction in your .EXE file size!
  49.  
  50. The source code for GetDec is included with MicroHelp Muscle.
  51. Muscle contains more than 400 other routines (most of which are
  52. written in assembly language) that make your Visual Basic programs
  53. faster and smaller or provide more functionality.
  54.  
  55. MicroHelp also publishes VBTools (the most popular Visual Basic
  56. add-on library) as well as the MicroHelp Communications Library
  57. for Visual Basic. We also offer a large selection of add-on products
  58. for Microsoft QuickBASIC and BASIC Professional Development System (PDS).
  59.  
  60. If you have any problems with the GetDec program, please write to
  61. MicroHelp's technical support department:
  62.  
  63.    MicroHelp, Inc.
  64.    Attn: Tech Support
  65.    4636 Huntridge Drive
  66.    Roswell GA 30075-2012
  67.  
  68. Please note that unless you are a registered user of MicroHelp Muscle,
  69. or you are a member of MicroHelp's Basic Users Group, we cannot provide
  70. electronic or telephone support for GetDec.
  71.    
  72. For more information on MicroHelp Muscle, or any other MicroHelp
  73. products, please call us at 1-800-922-3383 or (404) 594-1185.
  74.  
  75. Instructions
  76. ------------
  77.  
  78. The instructions for operating the GetDec program are included in the
  79. online help file, GETDEC.HLP. When you install GetDec, you should
  80. place GETDEC.HLP, MUSCLE.VBX and COMMDLG.DLL either in your
  81. Windows directory, or a directory that is in your DOS PATH.
  82.